The sample directory is where we will put our java source file Sample目錄就是我們放java源文件的位置。
You ll see that it now contains a " samples " package with six java source files 您將看到它現(xiàn)在包含一個(gè)“示例”包,其中有六個(gè)java源文件。
The corresponding java source files that the rjcb code generator generates are shown in listings 2 and 3 Rjcb代碼生成器生成的對(duì)應(yīng)的java源文件,如清單2和3所示:
It is very unlikely that the same encoding preference will suit , say , java source files and xml documents 同一編碼首選項(xiàng)將很難同時(shí)適合(比方說(shuō)) java源文件和xml文檔。
The jet compiler creates a java source file for each jet , so the convention is to name the template Jet編譯器會(huì)為每個(gè)jet都創(chuàng)建一個(gè)java源文件,因此習(xí)慣上是將模板命名為
The new file is a java source file , and assuming all went well you can now compile it normally 這個(gè)新文件就是java的源文件,并且假設(shè)一切順利的話,您現(xiàn)在就能正常地編譯它。
To create a new java package in your web project and import the java source file , follow these steps 要在您的web項(xiàng)目中創(chuàng)建一個(gè)新的java包并導(dǎo)入java源文件,請(qǐng)遵循以下步驟:
Prior to transformation , we need to save all modified files and compile all java source files into classes 進(jìn)行轉(zhuǎn)換之前,需要保存所有修改的文件,并且將所有的java源文件編譯成類。
This completes importing the web components , including the java source files and all libraries for the application 這樣便完成了web組件的導(dǎo)入,包括java源文件和用于應(yīng)用程序的所有庫(kù)。
In this case , ifile is a java source file , and so you could cast it as an icompilationunit 在這種情況下, ifile是一個(gè)java源文件,因此您可以將它因此您可以將它強(qiáng)制轉(zhuǎn)型為icompilationunit 。